Welcome![Sign In][Sign Up]
Location:
Search - web server thread

Search list

[Web Servermulti-thread_web_serv

Description: multi-thread web server, can take 20 requests one time, can use your browser to test it. It s my assignment work.-multi-thread web server, 20 requests can take one time, can use your browser to test it. It's my assignmen not work.
Platform: | Size: 1555 | Author: jinghe | Hits:

[Other resourceminiweb-0.8.19

Description: MiniWeb是一个针对嵌入式应用而开发的微型Web Server,它占用资源少,工作效率高,可移植性好,使用C语言编写,可以单线程服务多个用户,支持动态页面生成和页面变量替换等动态Web技术,可作为静态库或动态库内嵌于其他软件中,也可作为独立的Web server运行在Windows和Linux上。-MiniWeb was an embedded application and development of the micro-Web Server, It occupied less resources, high efficiency, portability and use the C language, can thread a number of service users, Dynamic pages and pages generated variable substitution, and other dynamic Web technology, as a static or dynamic library embedded in other software, can also be used as an independent Web server running on Windows and Linux.
Platform: | Size: 49760 | Author: justgo | Hits:

[JSP/JavaSubjectSpider_ByKelvenJU

Description: 1、锁定某个主题抓取; 2、能够产生日志文本文件,格式为:时间戳(timestamp)、URL; 3、抓取某一URL时最多允许建立2个连接(注意:本地作网页解析的线程数则不限) 4、遵守文明蜘蛛规则:必须分析robots.txt文件和meta tag有无限制;一个线程抓完一个网页后要sleep 2秒钟; 5、能对HTML网页进行解析,提取出链接URL,能判别提取的URL是否已处理过,不重复解析已crawl过的网页; 6、能够对spider/crawler程序的一些基本参数进行设置,包括:抓取深度(depth)、种子URL等; 7、使用User-agent向服务器表明自己的身份; 8、产生抓取统计信息:包括抓取速度、抓取完成所需时间、抓取网页总数;重要变量和所有类、方法加注释; 9、请遵守编程规范,如类、方法、文件等的命名规范, 10、可选:GUI图形用户界面、web界面,通过界面管理spider/crawler,包括启停、URL增删等 -1, the ability to lock a particular theme crawls; 2, can produce log text file format : timestamp (timestamp), the URL; 3. crawls up a URL to allow for the establishment of two connecting (Note : local website for a few analytical thread is not limited) 4, abide by the rules of civilized spiders : to be analyzed robots.txt file and meta tag unrestricted; End grasp a thread after a website to sleep two seconds; 5, capable of HTML pages for analysis, Links to extract URL, the extract can judge whether the URL have been processed. Analysis has not repeat crawl over the web; 6. to the spider / crawler some of the basic procedures for setting up parameters, including : Grasp depth (depth), seeds URL; 7. use User-agent to the server to identify themselves; 8, crawls produce statistical informati
Platform: | Size: 1912263 | Author: 祝庆荣 | Hits:

[Internet-Network一个对Winsock 完成端口模型封装的类

Description: 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。在去年,我在C语言下用完成端口模型写了一个WEBSERVER,前些天,我决定用C++重写这个WEBSERVER,给这个WEBSERVER增加了一些功能,并改进完成端口操作方法,比如采用AcceptEx来代替accept和使用LOOKASIDE LIST来管理内存,使得WEBSERVER的性能有了比较大的提高。 -under the Windows network server program development, no doubt, Winsock completed port model is the most efficient. Winsock port model with complete preview of overlap and complete port IO to achieve complete port after the model to understand is a relatively simple, but want to know the complete Winsock port model, the need for the Windows threads, thread synchronization, Winsock API and Windows IO mechanism of a certain understanding. If we do not understand, recommended several books : "Inside Windows 2000," Windows core programming "," WIN32 multithreaded programming "," WINDOWS network programming technology. " Last year, I used C language under complete port model was a WEBSERVER, few days ago, I decided to rewrite the C WEBSERVER to the WEBSERVER i
Platform: | Size: 44032 | Author: 王明 | Hits:

[Web Servermulti-thread_web_serv

Description: multi-thread web server, can take 20 requests one time, can use your browser to test it. It s my assignment work.-multi-thread web server, 20 requests can take one time, can use your browser to test it. It's my assignmen not work.
Platform: | Size: 1024 | Author: jinghe | Hits:

[Embeded Linuxminiweb-0.8.19

Description: MiniWeb是一个针对嵌入式应用而开发的微型Web Server,它占用资源少,工作效率高,可移植性好,使用C语言编写,可以单线程服务多个用户,支持动态页面生成和页面变量替换等动态Web技术,可作为静态库或动态库内嵌于其他软件中,也可作为独立的Web server运行在Windows和Linux上。-MiniWeb was an embedded application and development of the micro-Web Server, It occupied less resources, high efficiency, portability and use the C language, can thread a number of service users, Dynamic pages and pages generated variable substitution, and other dynamic Web technology, as a static or dynamic library embedded in other software, can also be used as an independent Web server running on Windows and Linux.
Platform: | Size: 49152 | Author: justgo | Hits:

[JSP/JavaSubjectSpider_ByKelvenJU

Description: 1、锁定某个主题抓取; 2、能够产生日志文本文件,格式为:时间戳(timestamp)、URL; 3、抓取某一URL时最多允许建立2个连接(注意:本地作网页解析的线程数则不限) 4、遵守文明蜘蛛规则:必须分析robots.txt文件和meta tag有无限制;一个线程抓完一个网页后要sleep 2秒钟; 5、能对HTML网页进行解析,提取出链接URL,能判别提取的URL是否已处理过,不重复解析已crawl过的网页; 6、能够对spider/crawler程序的一些基本参数进行设置,包括:抓取深度(depth)、种子URL等; 7、使用User-agent向服务器表明自己的身份; 8、产生抓取统计信息:包括抓取速度、抓取完成所需时间、抓取网页总数;重要变量和所有类、方法加注释; 9、请遵守编程规范,如类、方法、文件等的命名规范, 10、可选:GUI图形用户界面、web界面,通过界面管理spider/crawler,包括启停、URL增删等 -1, the ability to lock a particular theme crawls; 2, can produce log text file format : timestamp (timestamp), the URL; 3. crawls up a URL to allow for the establishment of two connecting (Note : local website for a few analytical thread is not limited) 4, abide by the rules of civilized spiders : to be analyzed robots.txt file and meta tag unrestricted; End grasp a thread after a website to sleep two seconds; 5, capable of HTML pages for analysis, Links to extract URL, the extract can judge whether the URL have been processed. Analysis has not repeat crawl over the web; 6. to the spider/crawler some of the basic procedures for setting up parameters, including : Grasp depth (depth), seeds URL; 7. use User-agent to the server to identify themselves; 8, crawls produce statistical informati
Platform: | Size: 1911808 | Author: | Hits:

[Internet-Network592602-thread_pool.tar

Description: 类似apache2.0的多线程技术,目的在于解决网络服务器在并发客户数很大的情况下服务器进程分配(fork)而带来的效率瓶颈.-Apache2.0 similar multi-threading technology, aimed at addressing the web server in the number of concurrent clients a lot of cases, the allocation of server processes (fork) a result of the efficiency of the bottleneck.
Platform: | Size: 31744 | Author: gz_stephen | Hits:

[Linux-Unixspserver-0[1].8.5.src.tar

Description: spserver 是一个实现了半同步/半异步(Half-Sync/Half-Async)和领导者/追随者(Leader/Follower) 模式的服务器框架,能够简化 TCP server 的开发工作。 spserver 使用 c++ 实现,目前实现了以下功能: 1.封装了 TCP server 中接受连接的功能; 2.使用非阻塞型I/O和事件驱动模型,由主线程负责处理所有 TCP 连接上的数据读取和发送,因此连接数不受线程数的限制; 3.主线程读取到的数据放入队列,由一个线程池处理实际的业务。 4.一个 http 服务器框架,即嵌入式 web 服务器(请参考: SPWebServer:一个基于 SPServer 的 web 服务器框架) -spserver is a realization of a semi-synchronous/semi-asynchronous (Half-Sync/Half-Async) and leader/followers (Leader/Follower) model server framework, to simplify the development of TCP server. spserver use c++ realize now realize the following functions: 1. Packaging the TCP server to accept connections function 2. the use of non-blocking type I/O and event-driven model, by the main thread responsible for handling all TCP connection read and send data, so connections are not thread a few restrictions 3. the main thread to read data Add queue, by a thread pool handle the actual business. 4. A http server framework, that is, embedded web server (please refer to: SPWebServer: a web server based on the framework of SPServer)
Platform: | Size: 71680 | Author: Eagle518 | Hits:

[Internet-Networkmultithreadwebspider

Description: vc6编写的多线程网络蜘蛛。功能:1、下载指定网址的网页文件,并可获得服务器的http响应信息。 2、可过滤出下载网页源码中的链接,文字,html标签,email地址 3、自动创建工作线程,检验过滤链接的有效性。-vc6 prepared multi-threaded web spider. Function: 1, download URL specified documents and access to the http server to respond to information. 2, can filter out the download page link in the source code, text, html tags, email address 3, automatically creates a worker thread, testing the effectiveness of filters link.
Platform: | Size: 1586176 | Author: hxl | Hits:

[JSP/JavaLoadOnStart

Description: 设置在web服务器启动的时候启动线程,可以在启动线程中来做一些初始化的工作-Set at a time when web server starts to start the thread, you can start the thread to do some initialization work
Platform: | Size: 2048 | Author: gm.lee | Hits:

[Web Serverceshi

Description: 简单web服务器socket编程支持 自动获取ip 可选择文件根目录,可选择端口号 为每个文件请求建立一个线程-Simple web server socket programming support can choose to automatically obtain ip document root directory, choose the port number for each document request to establish a thread
Platform: | Size: 3975168 | Author: 张建权 | Hits:

[Internet-Networkcvery_1501589

Description: 在Windows系统里,使用完成端口是高性能的方法之一,比如把完成端口使用到线程池和网络服务器里。 此为一个挺好的用C++的完成端口例子-In the Windows system, use the completion port is one of the ways high-performance, such as the completion of the port to the thread pool and use the web server in. This is a very good use of C++ examples of the completion of the port
Platform: | Size: 2766848 | Author: 李丽丹 | Hits:

[Linux-Unixresources

Description: 将单线程的简单WEB服务器改为基于线程池的WEB服务器,使之能够同时处理多条请求-WEB server will be replaced by a simple single-threaded thread-pool-based WEB server so that it can simultaneously handle multiple requests
Platform: | Size: 3424256 | Author: Hito | Hits:

[JSP/Javaweb

Description: 1.建立服务器监听程序,等待web浏览器发送请求 2.当接收到web服务器的链接请求时新建响应线程接受web服务器的访问请求 3.响应线程发送浏览器请求的页面给web浏览器,关闭打开的资源结束自身线程。 -1 Create the server listener to wait for the web browser sends a request when receiving links to a web server request a new response thread received access to the web server request 3. Response the thread sending browser requests a page to the web browser, turn off open resources to end its own thread.
Platform: | Size: 5120 | Author: eddywang | Hits:

[JSP/JavaThreadPool

Description: 该程序是用java写的一个基于多线程web服务器的线程池程序,纯属原创,供大家参考和学习-The program is written in java based on a multi-threaded web server thread pool program is purely original, for your reference and learning
Platform: | Size: 6844416 | Author: wenjian | Hits:

[JSP/JavaPool-of-Thread

Description: 用java写的一个基于多线程web服务器的线程池程序,,供大家参考和学习-Using java to write a web-based multi-threaded server thread pool procedures, for your reference and learning
Platform: | Size: 10299392 | Author: 淦华 | Hits:

[JSP/Javajavaweb

Description: 采用Socket和多线程技术,实现一个java Web服务器,加深对HTTP的认识。 新建java项目 webServer 新建java文件 WebServer.java Processor.java   一、HTTP协议的作用原理   WWW是以Internet作为传输媒介的一个应用系统,WWW网上最基本的传输单位是Web网页。WWW的工作基于客户机/服务器计算模型, 由Web 浏览器(客户机)和Web服务器(服务器)构成,两者之间采用超文本传送协议(HTTP)进行通信。HTTP协议是基于TCP/IP协议之上的协议,是 Web浏览器和Web服务器之间的应用层协议,是通用的、无状态的、面向对象的协议。HTTP协议的作用原理包括四个步骤:   (1) 连接:Web浏览器与Web服务器建立连接,打开一个称为socket(套接字)的虚拟文件,此文件的建立标志着连接建立成功。   (2) 请求:Web浏览器通过socket向Web服务器提交请求。HTTP的请求一般是GET或POST命令(POST用于FORM参数的传递)。GET命令的格式为:   GET 路径/文件名 HTTP/1.0   文件名指出所访问的文件,HTTP/1.0指出Web浏览器使用的HTTP版本。   (3) 应答:Web浏览器提交请求后,通过HTTP协议传送给Web服务器。Web服务器接到后,进行事务处理,处理结果又通过HTTP传回给Web浏览器,从而在Web浏览器上显示出所请求的页面-Socket and uses multi-thread technology to achieve a java Web server, HTTP deepen understanding. New projects webServer java java file WebServer.java Processor.java a new role of the HTTP protocol principle WWW Internet as an application system based on the transmission medium, WWW Internet basic transmission unit is a Web page. The calculation is based on the work of WWW client/server model, the Web browser (client) and Web server (server) structure, using Hypertext Transfer Protocol (HTTP) to communicate between the two. HTTP protocol is the protocol TCP/IP protocol based upon, is an application layer protocol between the Web browser and the Web server, is generic, stateless, object-oriented protocol. Action principle HTTP protocol consists of four steps: (1) connection: Web browser to establish a connection with a Web server, open a virtual file called socket (socket), the establishment of this document marks the connection is established. (2) Request: Web browser through the socket
Platform: | Size: 37888 | Author: xingtyunyui | Hits:

[Internet-Networkweb

Description: linux下的多进程,多线程,i/o多路复用实现web服务器-linux under the multi-process, multi-thread, i/o multiplexing implementation of web server
Platform: | Size: 8192 | Author: ZY | Hits:

[WEB CodeWebApplication

Description: – The web application allows users to monitor power consumption, register Wi-Fi controllable devices and remotely control devices over Wi-Fi using a user interface. – This web application consists of a RESTful API developed in Node.js using the Express Framework for database interaction, a web server for serving files, and employs the Web- Socket protocol for full-duplex real-time data streaming with minimal overhead. – The Node.js web application running on the Intel Edison polls an SQLite database contain- ing power data with a single thread and pushes real-time data to all connected web clients using the WebSocket protocol. – The web application uses Mustache.js as a client-side templating engine, uses client-side form validation, and employs AJAX to reduce CPU load on the Intel Edison and minimize network tra c.(The web application allows users to monitor power consumption, register Wi-Fi controllable devices and remotely control devices over Wi-Fi using a user interface. This web application consists of a RESTful API developed in Node.js using the Express Framework for database interaction, a web server for serving files, and employs the Web- Socket protocol for full-duplex real-time data streaming with minimal overhead. The Node.js web application running on the Intel Edison polls an SQLite database contain- ing power data with a single thread and pushes real-time data to all connected web clients using the WebSocket protocol. The web application uses Mustache.js as a client-side templating engine, uses client-side form validation, and employs AJAX to reduce CPU load on the Intel Edison and minimize network tra c.)
Platform: | Size: 10185728 | Author: 哈哈拉拉 | Hits:
« 12 »

CodeBus www.codebus.net